﻿@charset "UTF-8";

/* 通用样式 */
p {
	margin: 0;
}

input,
textarea {
	border: none;
	outline: none;
	background-color: transparent;
}

img {
	vertical-align: middle;
}

.cl {
	clear: both;
}

.p1920 {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.wd1200 {
	width: 1200px;
	margin: 0 auto;
}

.bw {
	width: 100%;
}

.clearfix::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dfc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
	overflow: hidden;
}

.imgbig img {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.imgbig:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.ovimg img {
	width: 100%;
	min-height: 100%;
}

.ibw img {
	width: 100%;
	height: auto;
}

.miw img {
	max-width: 100%;
	max-height: 100%;
}

.iml {
	text-align: center;
}

.iml img {
	transform: translateY(-2px);
	vertical-align: middle;
}

.bgmax {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bgmin {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.fh {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/**/
.flexed {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	display: -webkit-flex;
}

.w1500 {
	max-width: 1430px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*head*/
.head-bg {
	background: #00519d;
	padding: 22px 0;
}

.head-bg .head-index {
	align-items: center;
}

.head-bg .head-index .headl {
	align-items: center;
}

.head-bg .head-index .headl .logo img {
	max-width: 100%;
}

.head-bg .head-index .headl .logowz {
	background: url(../images/tt1.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
}

.head-bg .head-index .headl .logowz p {
	color: #fff;
}

.head-bg .head-index .headl .logowz p:nth-of-type(1) {
	font-size: 24px;
}

.head-bg .head-index .headl .logowz p:nth-of-type(2) {
	font-size: 14px;
}

.head-bg .head-index .headr {
	width: 55%;
}

/* 导航样式 */
.x-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.x-menu>li {
	position: relative;
}

.x-menu>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px dashed transparent;
}

.x-menu>li>a:hover {
	font-weight: 600;
}

.x-menu>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	/*height: 40px;*/
	opacity: 0;
	top: 100%;
}

.x-menu>li:hover .x-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: #fff;
}

.x-sub-menu {
	position: absolute;
	z-index: 99;
	width: 200%;
	left: -50%;
	top: 80px;
	background: #f5f6f8;
	padding: 10px 0;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.x-sub-menu>li {
	/* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 2.25;
}

.x-sub-menu>li>a:hover {
	background: #eeeef0;
}

.x-sub-menu:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

/*sou*/
.so img {
	max-width: 100%;
}

.ss {
	display: none;
	position: absolute;
	right: 0;
	top: 66px;
	width: 238px;
	padding: 20px;
	z-index: 999;
	background: rgba(36, 143, 175, 0.5);
}

.ss input {
	outline: none;
	line-height: 30px;
	width: 20%;
	background: none;
	border: 1px solid #fff;
	background: #fff;
	font-size: 13px;
	color: #1c4086;
	float: left;
}

.ss #keyword {
	padding-left: 5px;
	line-height: 30px;
	width: 80%;
	background: none;
	border: 1px solid #fff;
	outline: none;
	font-size: 13px;
	color: #fff;
	float: left;
}

.ss #keyword:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
	color: #fff;
}

/*banner*/
.mySwiper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.mySwiper img {
	width: 100%;
}

.mySwiper .swiper-pagination {
	color: #fff;
	font-size: 24px;
	font-family: "Arial";
	position: absolute;
	bottom: 10px;
}

.mySwiper .swiper-pagination.swiper-pagination-fraction span:before {
	content: '0';
}

.mySwiper .mySwiper-wrap {
	position: relative;
}

.mySwiper .mySwiper-wrap .jian {
	position: absolute;
	bottom: 3vw;
	right: 0;
	z-index: 99;
	width: 190px;
	align-items: center;
}

.mySwiper .mySwiper-wrap .jian .next1 {
	background: url(../images/l1.png) no-repeat top center;
	width: 60px;
	height: 38px;
}

.mySwiper .mySwiper-wrap .jian .prev1 {
	background: url(../images/r1.png) no-repeat top center;
	width: 60px;
	height: 38px;
}

@media (max-width: 995px) {
	.mySwiper .mySwiper-wrap .jian {
		width: 40%;
		bottom: 20px;
	}

	.mySwiper .mySwiper-wrap .jian .next1 {
		width: 30px;
		height: 20px;
		background-size: 100% 100%;
	}

	.mySwiper .mySwiper-wrap .jian .prev1 {
		width: 30px;
		height: 20px;
		background-size: 100% 100%;
	}

	.mySwiper .swiper-pagination {
		font-size: 18px;
	}
}

/*product*/
.pt {
	text-align: center;
}

.pt .pt1 {
	color: #393c3d;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	position: relative;
}

.pt .pt2 {
	margin-top: -120px;
	line-height: 182px;
	color: #666;
	font-family: impact;
	font-size: 80px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.1;
}

.pro-index {
	margin: 3vw auto 2vw;
}


.pro_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 1vw auto;
}

.pro_nav ul li {
	float: left;
}

.pro_nav li {
	width: calc(100% / 5 - 16px);
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	border: 1px solid #393c3d;
	box-sizing: border-box;
	margin-right: 20px;
}

.pro_nav li:last-child {
	margin-right: 0;
}

.pro_nav li a {
	display: block;
	font-size: 18px;
}

.pro_nav li:hover {
	background: #00519d;
}

.pro_nav li:hover a {
	color: #fff;
}


.iprolist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.iprolist_left {
	float: left;
	width: 305px;
	height: auto;
	overflow: hidden;
	margin-right: 25px;
}

.iprolist_right {
	float: right;
	width: calc(100% - 330px);
	height: auto;
	overflow: hidden;
}



.pro-index .plist1 {
	flex-wrap: wrap;
}

.pro-index .plist1 li {
	width: 24.5%;
	border: 1px solid #ddd;
	margin-bottom: 1%;
	box-sizing: border-box;
}

.pro-index .plist1 li a {
	display: block;
}

.pro-index .plist1 li .img1 {
	position: relative;
}

.pro-index .plist1 li .img1 img {
	width: 100%;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.pro-index .plist1 li .img1 .hh {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 81, 157, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
	opacity: 0;
}

.pro-index .plist1 li .img1 .hh .hh1 {
	background: url(../images/jia.png) no-repeat top center;
	width: 48px;
	height: 48px;
}

.pro-index .plist1 li .img1 .hh .hh2 {
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.pro-index .plist1 li .wz {
	text-align: center;
	color: #666666;
	font-size: 15px;
	line-height: 40px;
	background: #f1f1f1;
}

.pro-index .plist1 li:hover .img1 .hh {
	opacity: 1;
}

.pro-index .plist1 li:hover .img1 img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@media (max-width: 995px) {
	.pt .pt1 {
		font-size: 24px;
	}

	.pt .pt2 {
		position: relative;
		line-height: 60px;
		font-size: 36px;
		color: #222;
		top: 0px;
		font-weight: bold;
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: -40px;
	}



	.pro_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 1vw auto;
	}

	.pro_nav ul li {
		float: left;
	}

	.pro_nav li {
		width: calc(100% / 2 - 10px);
		height: auto;
		overflow: hidden;
		text-align: left;
		line-height: 35px;
		border: 1px solid #393c3d;
		box-sizing: border-box;
		margin-right: 10px;
		margin-bottom: 10px;
		text-indent: 10px;
	}

	.pro_nav li:last-child {
		margin-right: 0;
	}

	.pro_nav li a {
		display: block;
		font-size: 16px;
	}

	.pro_nav li:hover {
		background: #00519d;
	}

	.pro_nav li:hover a {
		color: #fff;
	}

	.pro-index .plist1 {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.pro-index .plist1 li {
		width: 49%;
	}

	.pro-index .plist1 li .wz {
		font-size: 14px;
		padding: 5px 0;
		line-height: 20px;
	}
	
	
	
	.iprolist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto;
	}
	
	.iprolist_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0;
	}
	
	.iprolist_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	
}

/*解决方案*/
.order-bg {
	background: url(../images/bj1.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding-top: 2vw;
	padding-bottom: 1vw;
}

.order-bg .order-index {
	align-items: center;
}

.order-left {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.order-bg .order-index .order-left .or1 {
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
}

.order-bg .order-index .order-left .or2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}


.order-bg .order-index .order-left .message-tel {
	background: url(../images/tel.png) no-repeat;
	width: 374px;
	height: 55px;
	margin: 1vw auto;
}

.order-bg .order-index .order-left .message-tel a {
	line-height: 55px;
	font-size: 18px;
	color: #fff;
	width: 118px;
	text-align: center;
}

.order-bg .order-index .order-left .message-tel span {
	line-height: 55px;
	font-size: 44px;
	color: #fff;
	margin-left: 25px;
}

.order-bg .order-index .order-left .message-tel p {
	font-size: 32px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Impact";
	letter-spacing: 2px;
}

.order-bg .order-index .order-right {
	width: 39.2%;
}

.order-bg .order-index .order-right p img {
	width: 100%;
}

@media (max-width: 995px) {

	.w1500 {
		max-width: 1530px;
		margin: 0 auto;
		padding: 0 1%;
	}


	.order-bg {
		padding: 20px 0;
	}

	.order-bg .order-index {
		flex-wrap: wrap;
	}

	.order-left {
		width: 100%;
	}

	.order-bg .order-index .order-left .or1 {
		font-size: 14px;
		display: none;
	}

	.order-bg .order-index .order-left .message-tel {
		width: 100%;
		background-size: 100% 100%;
		height: 45px;
	}

	.order-bg .order-index .order-left .message-tel a {
		line-height: 45px;
		font-size: 14px;
		width: 32%;
	}

	.order-bg .order-index .order-left .message-tel span {
		line-height: 45px;
		margin-left: 10px;
	}

	.order-bg .order-index .order-left .message-tel p {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.order-bg .order-index .order-left .or2 {
		font-size: 16px;
		line-height: 35px;
	}

	.order-bg .order-index .order-right {
		width: 100%;
		margin-top: 20px;
	}
}

/*流程*/
.lt {
	text-align: center;
}

.lt .lt1 {
	color: #393c3d;
	font-size: 38px;
	font-weight: 600;
}

.lt .ltxian {
	background: url(../images/tt4.png) no-repeat center center;
	height: 4px;
}

.lt .lt2 {
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
}

.w1550 {
	max-width: 1580px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.liu-bg {
	background: #f9f9f9;
	background-size: 100% 100%;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.liu-bg .liu-list {
	margin-top: 2vw;
}

.liu-bg .liu-list li {
	float: left;
	width: 14.2%;
	margin-left: -5px;
	position: relative;
}

.liu-bg .liu-list li::before {
	content: '';
	background: url(../images/jian.png) no-repeat center center;
	width: 42px;
	height: 19px;
	position: absolute;
	right: -21px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.liu-bg .liu-list li:nth-of-type(1) {
	margin-left: 0;
}

.liu-bg .liu-list li:last-child::before {
	display: none;
}

.liu-bg .liu-list li .img1 {
	position: relative;
	transition: all 0.5s;
	transform: scale(1, 1);
}

.liu-bg .liu-list li .img1 img {
	max-width: 100%;
}

.liu-bg .liu-list li .img1 .wz {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.liu-bg .liu-list li .img1 .wz .img2 img {
	max-width: 100%;
}

.liu-bg .liu-list li .img1 .wz .wz1 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-top: 1vw;
}

.liu-bg .liu-list li .img1 .wz .wz2 {
	width: 46px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	margin-top: 10px;
}

.liu-bg .liu-list li:hover .img1 {
	transform: scale(-1, 1);
}

@media (max-width: 995px) {
	.liu-bg {
		padding: 40px 0;
		padding-bottom: 60px;
	}

	.lt .lt1 {
		font-size: 24px;
	}

	.lt .lt2 {
		font-size: 16px;
		margin-top: 5px;
	}

	.liu-bg .liu-list {
		margin-top: 20px;
	}

	.liu-bg .liu-list li {
		width: 48%;
		margin-left: 0;
		margin: 0 1%;
		margin-bottom: 2%;
		text-align: center;
	}

	.liu-bg .liu-list li::before {
		display: none;
	}

	.liu-bg .liu-list li .img1 .wz .wz1 {
		font-size: 14px;
	}
}

/*优势*/
.ys-bg {
	background: #f9f9f9;
	background-size: 100% 100%;

	padding-top: 3vw;
	padding-bottom: 3vw;
	position: relative;
	z-index: 99;
}

.xzt .lt1 {
	/* color: #fff; */
}

.xzt .lt2 {
	/* color: #fff; */
}

.ys-roll {
	position: relative;
	margin-top: 3vw;
}

.ys-roll .tempWrap {
	width: 1400px !important;
	margin: 0 auto;
}

.ys-roll .hd .next {
	background: url(../images/l2.png) no-repeat top center;
	width: 51px;
	height: 51px;
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.ys-roll .hd .prev {
	background: url(../images/r2.png) no-repeat top center;
	width: 51px;
	height: 51px;
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.ys-roll .bd ul li {
	width: 386px;
	margin: 0 10px;
}

.ys-roll .bd ul li .wz {
	background: #ffffff;
	padding: 1vw 0;
	text-align: center;
}

.ys-roll .bd ul li .wz b {
	display: block;
	color: #3a3a3a;
	font-size: 18px;
}

.ys-roll .bd ul li .wz span {
	display: block;
	width: 97px;
	height: 2px;
	background: #00519d;
	margin: 0 auto;
	margin-top: 10px;
}

.ys-roll .bd ul li .img1 img {
	width: 386px;
	height: 276px;
}

.ystel {
	width: 470px;
	height: 42px;
	background: #00519d;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 4.0625vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ystel img {
	max-width: 100%;
	margin-right: 20px;
}

.ystel p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 1500px) {
	.ys-roll .hd .next {
		left: 0;
		display: none;
	}

	.ys-roll .hd .right {
		right: 0;
		display: none;
	}

	.ys-roll .tempWrap {
		width: 100% !important;
	}
}

@media (max-width: 995px) {
	.ys-bg {
		margin-top: -60px;
		padding: 40px 0;
	}

	.ys-roll {
		margin-top: 20px;
	}

	.ys-roll .tempWrap {
		width: 100% !important;
	}

	.ys-roll .bd ul li {
		width: 150px;
		margin: 0 5px;
	}

	.ys-roll .bd ul li .img1 img {
		width: 150px;
		height: 107px;
	}

	.ys-roll .bd ul li .wz {
		padding: 10px 0;
	}

	.ys-roll .bd ul li .wz b {
		font-size: 14px;
	}

	.ystel {
		width: 90%;
		margin-top: 20px;
	}

	.ystel p {
		font-size: 14px;
	}
}

/*简介*/
.ab-bg {
	background: #f1f1f1;
	padding-top: 3vw;
	padding-bottom: 3vw;
	position: relative;
	z-index: 0;
}

.ab-bg .ab-index {
	align-items: center;
}

.ab-bg .ab-index .abl {
	width: 67.67%;
}

.ab-bg .ab-index .abl .at .at1 {
	color: #393c3d;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.ab-bg .ab-index .abl .at .at2 {
	color: #333;
	font-size: 20px;
}

.ab-bg .ab-index .abl .aw {
	margin-top: 1.8vw;
}

.ab-bg .ab-index .abl .aw p {
	color: #111;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

.ab-bg .ab-index .abl .aw p strong {
	font-size: 36px;
}

.ab-bg .ab-index .abl .am {
	margin-top: 1.8vw;
}

.ab-bg .ab-index .abl .am a {
	position: relative;
	display: block;
	width: 172px;
	height: 52px;
	background-color: #ffffff;
	border: solid 1px #393c3d;
	color: #666666;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
}

.ab-bg .ab-index .abl .am a::before {
	content: '';
	transition: all 0.3s;
	width: 6px;
	height: 51px;
	background-color: #00519d;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.ab-bg .ab-index .abl .am a span {
	position: relative;
	transition: all 0.2s;
	z-index: 2;
	display: block;
}

.ab-bg .ab-index .abl .am:hover a {
	color: #fff;
}

.ab-bg .ab-index .abl .am:hover a::before {
	width: 100%;
}

.ab-bg .ab-index .abr {
	width: calc(100% - 70.93%);
}

.ab-bg .ab-index .abr img {
	width: 100%;
}

.honor-roll {
	margin-top: 2.5vw;
	position: relative;
}

.honor-roll .tempWrap {
	width: 1500px !important;
	margin: 0 auto;
}

.honor-roll .hd .next {
	background: url(../images/l3.png) no-repeat top center;
	width: 51px;
	height: 51px;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.honor-roll .hd .prev {
	background: url(../images/r3.png) no-repeat top center;
	width: 51px;
	height: 51px;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.honor-roll .bd ul li {
	width: 440px;
	margin: 0 10px;
}

.honor-roll .bd ul li .img1 img {
	width: 440px;
	height: 340px;
}

@media (max-width: 1500px) {
	.honor-roll .tempWrap {
		width: 100% !important;
	}

	.honor-roll .hd .next {
		display: none;
	}

	.honor-roll .hd .prev {
		display: none;
	}
}

@media (max-width: 995px) {
	.ab-bg {
		padding: 20px 10px;
	}

	.ab-bg .ab-index {
		flex-wrap: wrap;
	}

	.ab-bg .ab-index .abl {
		width: 100%;
	}

	.ab-bg .ab-index .abl .at .at1 {
		font-size: 24px;
	}

	.ab-bg .ab-index .abl .at .at2 {
		font-size: 16px;
	}

	.ab-bg .ab-index .abl .aw p {
		font-size: 14px;
		line-height: 22px;
	}

	.ab-bg .ab-index .abl .aw p strong {
		font-size: 20px;
	}

	.ab-bg .ab-index .abl .am {
		margin-top: 20px;
	}

	.ab-bg .ab-index .abr {
		display: none;
		width: 100%;
		margin-top: 20px;
	}

	.honor-roll {
		margin-top: 20px;
	}

	.honor-roll .tempWrap {
		width: 100% !important;
	}

	.honor-roll .bd ul li {
		width: 150px;
		height: 116px;
	}

	.honor-roll .bd ul li .img1 img {
		width: 150px;
		height: 116px;
	}

	.honor-roll .hd .next {
		display: none;
	}

	.honor-roll .hd .prev {
		display: none;
	}
}

/*车间*/
.sccj-bg {
	/* background: url(../images/bj5.jpg) no-repeat top center; */
	background: #f9f9f9;
	background-size: 100% 100%;
	padding-top: 3vw;
	padding-bottom: 0;
}

.sccj-bg .sccj-index {
	margin-top: 0vw;
}

.fhxc-roll {
	margin: 0 3px;
	margin-top: 3vw;
}

.fhxcSwiper {
	overflow: hidden;
	width: 100%;
}

.fhxcSwiper .swiper-slide .a {
	display: block;
	position: relative;
}

.fhxcSwiper .swiper-slide .img1 img {
	width: 100%;
}

.fhxcSwiper .swiper-slide .wz {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 196px;
	background: url(../images/v2.png) no-repeat bottom center;
	text-align: center;
	background-size: 100% 100%;
}

.fhxcSwiper .swiper-slide .wz .ww {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fhxcSwiper .swiper-slide .wz .ww img {
	max-width: 100%;
	margin-right: 15px;
}

.fhxcSwiper .swiper-slide .hh {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(4, 71, 142, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 34px;
	text-align: center;
	transition: 0.5s;
	opacity: 0;
}

.fhxcSwiper .swiper-slide .hh .hh1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

.fhxcSwiper .swiper-slide .hh .hh2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 2.25;
	margin-top: 1.82291666666667vw;
}

.fhxcSwiper .swiper-slide .hh .hh3 {
	padding: 1.04166666666667vw 0;
}

.fhxcSwiper .swiper-slide .hh .hh3 img {
	max-width: 100%;
}

.fhxcSwiper .swiper-slide .hh .hh4 {
	text-align: center;
	background-image: -webkit-linear-gradient(left, #f0ae08, #fb6721);
	border-radius: 30px;
	width: 188px;
	line-height: 42px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}

.fhxcSwiper .swiper-slide .hh .hh4 a {
	display: block;
	color: #fff;
}

.fhxcSwiper .swiper-slide .a:hover .wz {
	opacity: 0;
}

.fhxcSwiper .swiper-slide .a:hover .hh {
	opacity: 1;
}

@media (max-width: 768px) {
	.sccj-bg {
		padding: 40px 0;
	}

	.fhxc-index {
		margin-top: 5%;
	}

	.fhxc-roll {
		margin-top: 5%;
	}
}

@media (max-width: 767px) {
	.fhxcSwiper .swiper-slide .wz .ww {
		font-size: 14px;
	}

	.fhxcSwiper .swiper-slide .hh {
		padding: 0 10px;
	}

	.fhxcSwiper .swiper-slide .hh .hh1 {
		font-size: 16px;
	}

	.fhxcSwiper .swiper-slide .hh .hh2 {
		font-size: 14px;
		line-height: 20px;
	}

	.fhxcSwiper .swiper-slide .hh .hh4 {
		width: 120px;
		font-size: 12px;
		line-height: 30px;
	}
}

/*news*/

.newsMain {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background: #fff;
	margin: 10px auto;
}

.newsMain li {
	float: left;
	width: 33.3%;
	overflow: hidden;
	margin-top: -1px;
}

.newsMain li a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	color: #888;
	background: #fff;
	padding: 20px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.newsMain li:nth-child(1) a {
	border-left: none;
}

.newsMain li:nth-child(4) a {
	border-left: none;
}

.newsMain li .bgImg {
	height: 262px;
	transition: all .6s;
}

.newsMain li h4 {
	font-size: 1.286em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding: 10px 0;
	transition: all .3s;
	font-weight: bold;
}

.newsMain li p {
	height: auto;
	margin-bottom: 10px;
	line-height: 1.8;
}

.newsMain li .date {
	display: block;
	font-size: 12px;
}

.newsMain li .date i {
	font-style: normal;
	float: right;
}

.newsMain li a:hover .bgImg {
	transform: scale(1.1);
}

.newsMain li.pic a {
	border-left: none;
}

.newsMain .pic h4 {
	z-index: 2;
	position: relative;
}

.newsMain .pic .hide {
	display: block;
}

.newsMain .txt a {
	padding: 20px;
}

.newsMain .txt h4 {
	padding-top: 0;
}

.newsMain .txt .bgImg {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.newsMain .txt a:hover .bgImg {
	opacity: .2;
}

.newsMain .txt a:hover {
	color: #fff;
	background-color: #0561ae;
}

.newsMain .txt a:hover h4 {
	color: #fff;
}


.news-bg {
	background: #f9f9f9;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.news-bg .news-index .nt {
	align-items: center;
	margin-bottom: 3vw;
}

.news-bg .news-index .nt .ntl .ntt1 {
	color: #999999;
	font-size: 24px;
	text-transform: uppercase;
}

.news-bg .news-index .nt .ntl .ntt2 {
	color: #333333;
	font-size: 36px;
	line-height: 1;
	margin-top: 5px;
}

.news-bg .news-index .nt .nsort li {
	margin-left: 2vw;
}

.news-bg .news-index .nt .nsort li a {
	display: block;
	color: #999999;
	font-size: 18px;
}

.news-bg .news-index .nt .nsort li a:hover {
	color: #333333;
}

.nul li {
	float: left;
	width: 32%;
	background: #fff;
	padding: 1%;
}

.nul li .img img {
	display: block;
	width: 100%;
}

.nul li h3 a {
	display: block;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 32px 0 23px;
}

.nul li p {
	color: #777777;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m1 {
	border-top: 1px solid #dadada;
	padding-top: 28px;
	margin-top: 45px;
	position: relative;
}

.m1 a {
	display: block;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
	background: url(../images/tt8.png) no-repeat right center;
}

.m1 span {
	color: #999999;
	font-size: 13px;
	font-family: 'arial';
}

.m1 a:before {
	content: '';
	width: 78px;
	height: 2px;
	background-color: #969696;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nul li:hover .m1 a:before {
	width: 100%;
}

@media (max-width: 991px) {

	.newsMain {
		margin: 20px auto;
	}

	.newsMain li {
		width: 100%;
		float: left;
		padding-right: 0;
		border-bottom: 1px solid #ddd;
		margin-top: 0;
	}

	.newsMain li a,
	.newsMain .txt a {
		border: none;
		padding: 10px;
	}

	.newsMain li p {
		height: auto;
		padding-bottom: 0;
		margin-bottom: 15px;
	}

	.newsMain li h4 {
		margin-bottom: 3px;
	}

	.newsMain li .date {
		display: block;
	}

	
	.news-bg {
		background: #f9f9f9;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.news-bg .news-index .nt {
		flex-wrap: wrap;
	}
	
	.news-bg .news-index .nt .ntl .ntt1 {
		font-size: 14px;
	}

	.news-bg .news-index .nt .ntl .ntt2 {
		font-size: 16px;
	}

	.news-bg .news-index .nt .nsort li {
		margin-left: 0;
	}

	.news-bg .news-index .nt .nsort li a {
		font-size: 14px;
	}

	.m1 {
		margin-top: 25px;
		padding-top: 20px;
	}

	.nul {
		flex-wrap: wrap;
	}

	.nul li h3 a {
		margin: 10px 0 15px;
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.nn .bt1 {
		float: none;
	}

	.nsort {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.nsort li a {
		font-size: 16px;
	}

	.nul li {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

/*foot*/
.ft {
	color: #fff;
	border-bottom: 1px solid #777;
	font-size: 18px;
	padding: 20px 0;
	margin-bottom: 1vw;
	font-weight: 600;
}

.foot-bg {
	background: url(../images/footer-bg.jpg)center no-repeat;
	background-size: cover;
	padding-top: 2vw;
}

.foot-bg .foot-index .footl {
	width: 30%;
}

.foot-bg .foot-index .footl p {
	color: #fff;
	font-size: 14px;
	width: 50%;
	float: left;
}

.foot-bg .foot-index .footl p a {
	display: inline-block;
	color: #fff;
	line-height: 30px;
}

.foot-bg .foot-index .footm {
	width: 24.67%;
}

.foot-bg .foot-index .footm p {
	color: #fff;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.foot-bg .foot-index .footm p:nth-of-type(1) {
	background: url(../images/pp1.png) no-repeat left center;
}

.foot-bg .foot-index .footm p:nth-of-type(2) {
	background: url(../images/pp2.png) no-repeat left center;
}

.foot-bg .foot-index .footm p:nth-of-type(3) {
	background: url(../images/pp3.png) no-repeat left center;
}

.foot-bg .foot-index .footm p:nth-of-type(4) {
	background: url(../images/pp4.png) no-repeat left center;
}

.foot-bg .foot-index .footr {
	width: 7%;
}

.foot-bg .foot-index .footr .erq-list li img {
	max-width: 100px;
}

.foot-bg .foot-index .footr .erq-list li .wz {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 3;
}

.cop-index {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	line-height: 28px;
	border-top: 1px solid #777;
	margin-top: 2vw;
}

.cop-index a {
	font-size: 14px;
	color: #fff;
}

@media (max-width: 995px) {
	.foot-bg {
		padding-top: 40px;
	}

	.foot-bg .foot-index {
		flex-wrap: wrap;
	}

	.foot-bg .foot-index .footl {
		width: 100%;
	}

	.foot-bg .foot-index .footm {
		width: 100%;
	}

	.foot-bg .foot-index .footr {
		width: 100%;
	}

	.foot-bg .foot-index .footr .erq-list {
		justify-content: flex-start;
	}

	.foot-bg .foot-index .footr .erq-list li {
		margin-right: 20px;
	}

	.ft {
		margin-bottom: 20px;
	}
}

.relateproduct {
	display: none;
}






.huoban {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0;
	padding: 70px 0;
	background: #fff url(../images/huoban_bj.jpg) no-repeat center bottom;
}

.huoban_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.huoban_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px;
	background: #fff;
}

.huoban_list img {
	width: 100%;
}




@media screen and (max-width:1200px) {


	.huoban {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		padding: 30px 0;
		background: #fff url(../images/huoban_bj.jpg) no-repeat center center;
	}

	.huoban_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 5px;
	}

	.huoban_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px;
		background: #fff;
	}

	.huoban_list img {
		width: 100%;
	}

}